-
-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented minimum skirt extrusion length and draft shield parameter #5356
Implemented minimum skirt extrusion length and draft shield parameter #5356
Conversation
works fine for me, thanks! |
Tahnk you. Unfortunately I can not test it but does it allow you to set the distance of the draftshield from the object? I might need a wide skirt with a closely draftshield closely placed to the object (e.g.for PA or PC). |
Hi there this PR implements a draft shield the exact same way as prusa slicer. Have a look there to confirm ;) |
Yes but we are better than PrusaSlic3r.. :)
…On Thu, 16 May 2024, 09:39 Ioannis Giannakas, ***@***.***> wrote:
Hi there
this PR implements a draft shield the exact same way as prusa slicer. Have
a look there to confirm ;)
—
Reply to this email directly, view it on GitHub
<#5356 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFWG4TEH5WE53NBLZ25I43ZCRIDZAVCNFSM6AAAAABHUL7STOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJUGE2TQOJQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@igiannakas |
hey @SoftFever not sure what you mean? what am I missing .......? below is from the latest pr build |
Hmm, I guess you have dev mode enabled in your application settings that's why you can see the draft shield option. |
Duh I’m stupid haha! I’ll fix it |
Done, updated to comAdvanced ;) |
hehehe, thanks. |
Description
For certain use cases it may be useful to implement a parameter that controls the minimum amount of filament in mm that is purged out at the skirt. For example, when no purge line is used a minimum skirt length can be employed to ensure the nozzle is primed.
In addition, certain use cases benefit from having the option to easily enable a draft shield - i.e. a skirt as tall as the object itself. This is useful when printing warp prone material in an open frame printer.
Finally split the adhesion options into two groups - one for skirt and one for brim, to clean up the UI
This is a localised change as the code was already present in the code base, just deactivated as the option was not exported in the UI.
Screenshots/Recordings/Graphs
Before:
After:
Skirt extrusion length:
Draft shield:
Tests
Validated with 0 minimum skirt length -> number of loops is respected
Validated with multi material selection -> first tool is used to print the skirt as expected
Validated draft shield functioning
Limitations
Due to the way skirts are constructed in the slicer, having a greater than 1 layer skirt height or the draft shield active will result in the minimum extrusion amount being extruded for each layer where the skirt is printed. This may or may not be desirable. If not desirable, the user should set the skirt height to 1 layer.
Fixes
Fixes #5343
Fixes #1068
Fixes #3718
Fixes #1630
Fixes #4408